home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ford Galaxy MK1 Restyling Interactive Presentation
/
Ford Galaxy.iso
/
slide.dxr
/
00030.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-02-15
|
232 b
|
19 lines
on mouseUp me
global N
cst = the castNum of sprite 3
if cst = N then
cst = 1
else
cst = cst + 1
end if
set the castNum of sprite 3 to member(cst)
end
on mouseEnter
curap(6)
end
on mouseLeave
curleva(6)
end